home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / interface / browser.swf / scripts / DefineButton2_329 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-10-19  |  159 b   |  7 lines

  1. on(release){
  2.    play();
  3.    getUrl("FSCommand:Browser.SetURL", "javascript:void(doQuit())");
  4.    fscommand("Browser.Close");
  5.    fscommand("Media.Stop");
  6. }
  7.